compress/flate.compressor.blockStart (field)
8 uses
compress/flate (current package)
deflate.go#L96: blockStart int // window index where current tokens start
deflate.go#L132: if d.blockStart >= windowSize {
deflate.go#L133: d.blockStart -= windowSize
deflate.go#L135: d.blockStart = math.MaxInt32
deflate.go#L169: if d.blockStart <= index {
deflate.go#L170: window = d.window[d.blockStart:index]
deflate.go#L172: d.blockStart = index
deflate.go#L621: d.blockStart, d.byteAvailable = 0, false
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |